home *** CD-ROM | disk | FTP | other *** search
- // czip.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CCzip dialog
-
- class CCzip : public CDialog
- {
- // Construction
- public:
- CCzip(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CCzip)
- enum { IDD = IDD_ZIP };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
-
- // Generated message map functions
- //{{AFX_MSG(CCzip)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnChangeEditfilename();
- afx_msg void OnChangeEditfilepath();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-